home *** CD-ROM | disk | FTP | other *** search
- <OBJ IMAGE="bluebook" VALUE="JavaScript Object Model" NOINSERT>
- <OBJ IMAGE="bluebook" VALUE="Reserved Words" NOINSERT>
- <OBJ IMAGE="template" VALUE="break"/>
- <OBJ IMAGE="template" VALUE="continue"/>
- <OBJ IMAGE="template" VALUE="delete"/>
- <OBJ IMAGE="template" VALUE="else"/>
- <OBJ IMAGE="template" VALUE="false"/>
- <OBJ IMAGE="template" VALUE="for"/>
- <OBJ IMAGE="template" VALUE="function"/>
- <OBJ IMAGE="template" VALUE="if"/>
- <OBJ IMAGE="template" VALUE="in"/>
- <OBJ IMAGE="template" VALUE="new"/>
- <OBJ IMAGE="template" VALUE="null"/>
- <OBJ IMAGE="template" VALUE="return"/>
- <OBJ IMAGE="template" VALUE="this"/>
- <OBJ IMAGE="template" VALUE="true"/>
- <OBJ IMAGE="template" VALUE="typeof"/>
- <OBJ IMAGE="template" VALUE="var"/>
- <OBJ IMAGE="template" VALUE="void"/>
- <OBJ IMAGE="template" VALUE="while"/>
- <OBJ IMAGE="template" VALUE="with"/>
- </OBJ>
- <OBJ IMAGE="bluebook" VALUE="Future Reserved Words" NOINSERT>
- <OBJ IMAGE="template" VALUE="case"/>
- <OBJ IMAGE="template" VALUE="catch"/>
- <OBJ IMAGE="template" VALUE="class"/>
- <OBJ IMAGE="template" VALUE="const"/>
- <OBJ IMAGE="template" VALUE="debugger"/>
- <OBJ IMAGE="template" VALUE="default"/>
- <OBJ IMAGE="template" VALUE="do"/>
- <OBJ IMAGE="template" VALUE="enum"/>
- <OBJ IMAGE="template" VALUE="export"/>
- <OBJ IMAGE="template" VALUE="extends"/>
- <OBJ IMAGE="template" VALUE="finally"/>
- <OBJ IMAGE="template" VALUE="import"/>
- <OBJ IMAGE="template" VALUE="super"/>
- <OBJ IMAGE="template" VALUE="switch"/>
- <OBJ IMAGE="template" VALUE="throw"/>
- <OBJ IMAGE="template" VALUE="try"/>
- </OBJ>
- <OBJ IMAGE="bluebook" VALUE="Functions" NOINSERT>
- <OBJ IMAGE="method" VALUE="GetObject"/>
- <OBJ IMAGE="method" VALUE="ScriptEngine"/>
- <OBJ IMAGE="method" VALUE="ScriptEngineBuildVersion"/>
- <OBJ IMAGE="method" VALUE="ScriptEngineMajorVersion"/>
- <OBJ IMAGE="method" VALUE="ScriptEngineMinorVersion"/>
- </OBJ>
- <OBJ IMAGE="property" VALUE="Array">
- <OBJ IMAGE="property" VALUE="Array.constructor"/>
- <OBJ IMAGE="property" VALUE="Array.length"/>
- <OBJ IMAGE="property" VALUE="Array.prototype"/>
- <OBJ IMAGE="method" VALUE="Array.concat"/>
- <OBJ IMAGE="method" VALUE="Array.join"/>
- <OBJ IMAGE="method" VALUE="Array.reverse"/>
- <OBJ IMAGE="method" VALUE="Array.slice"/>
- <OBJ IMAGE="method" VALUE="Array.sort"/>
- <OBJ IMAGE="method" VALUE="Array.toString"/>
- <OBJ IMAGE="method" VALUE="Array.valueOf"/>
- </OBJ>
- <OBJ IMAGE="property" VALUE="Boolean">
- <OBJ IMAGE="property" VALUE="Boolean.constructor"/>
- <OBJ IMAGE="property" VALUE="Boolean.prototype"/>
- <OBJ IMAGE="method" VALUE="Boolean.toString"/>
- <OBJ IMAGE="method" VALUE="Boolean.valueOf"/>
- </OBJ>
- <OBJ IMAGE="property" VALUE="Date">
- <OBJ IMAGE="property" VALUE="Date.constructor"/>
- <OBJ IMAGE="property" VALUE="Date.prototype"/>
- <OBJ IMAGE="method" VALUE="Date.getDate"/>
- <OBJ IMAGE="method" VALUE="Date.getDay"/>
- <OBJ IMAGE="method" VALUE="Date.getFullYear"/>
- <OBJ IMAGE="method" VALUE="Date.getHours"/>
- <OBJ IMAGE="method" VALUE="Date.getMilliseconds"/>
- <OBJ IMAGE="method" VALUE="Date.getMinutes"/>
- <OBJ IMAGE="method" VALUE="Date.getMonth"/>
- <OBJ IMAGE="method" VALUE="Date.getSeconds"/>
- <OBJ IMAGE="method" VALUE="Date.getTime"/>
- <OBJ IMAGE="method" VALUE="Date.getTimezoneOffset"/>
- <OBJ IMAGE="method" VALUE="Date.getUTCDate"/>
- <OBJ IMAGE="method" VALUE="Date.getUTCDay"/>
- <OBJ IMAGE="method" VALUE="Date.getUTCFullYear"/>
- <OBJ IMAGE="method" VALUE="Date.getUTCHours"/>
- <OBJ IMAGE="method" VALUE="Date.getUTCMilliseconds"/>
- <OBJ IMAGE="method" VALUE="Date.getUTCMinutes"/>
- <OBJ IMAGE="method" VALUE="Date.getUTCMonth"/>
- <OBJ IMAGE="method" VALUE="Date.getUTCSeconds"/>
- <OBJ IMAGE="method" VALUE="Date.getVarDate"/>
- <OBJ IMAGE="method" VALUE="Date.getYear"/>
- <OBJ IMAGE="method" VALUE="Date.parse"/>
- <OBJ IMAGE="method" VALUE="Date.setDate"/>
- <OBJ IMAGE="method" VALUE="Date.setFullYear"/>
- <OBJ IMAGE="method" VALUE="Date.setHours"/>
- <OBJ IMAGE="method" VALUE="Date.setMilliseconds"/>
- <OBJ IMAGE="method" VALUE="Date.setMinutes"/>
- <OBJ IMAGE="method" VALUE="Date.setMonth"/>
- <OBJ IMAGE="method" VALUE="Date.setSeconds"/>
- <OBJ IMAGE="method" VALUE="Date.setTime"/>
- <OBJ IMAGE="method" VALUE="Date.setUTCDate"/>
- <OBJ IMAGE="method" VALUE="Date.setUTCFullYear"/>
- <OBJ IMAGE="method" VALUE="Date.setUTCHours"/>
- <OBJ IMAGE="method" VALUE="Date.setUTCMilliseconds"/>
- <OBJ IMAGE="method" VALUE="Date.setUTCMinutes"/>
- <OBJ IMAGE="method" VALUE="Date.setUTCMonth"/>
- <OBJ IMAGE="method" VALUE="Date.setUTCSeconds"/>
- <OBJ IMAGE="method" VALUE="Date.setYear"/>
- <OBJ IMAGE="method" VALUE="Date.toGMTString"/>
- <OBJ IMAGE="method" VALUE="Date.toLocaleString"/>
- <OBJ IMAGE="method" VALUE="Date.toUTCString"/>
- <OBJ IMAGE="method" VALUE="Date.UTC"/>
-
- </OBJ>
- <OBJ IMAGE="property" VALUE="Enumerator">
- <OBJ IMAGE="method" VALUE="Enumerator.atEnd"/>
- <OBJ IMAGE="method" VALUE="Enumerator.item"/>
- <OBJ IMAGE="method" VALUE="Enumerator.moveFirst"/>
- <OBJ IMAGE="method" VALUE="Enumerator.moveNext"/>
- </OBJ>
- <OBJ IMAGE="property" VALUE="Error">
- <OBJ IMAGE="property" VALUE="Error.description"/>
- <OBJ IMAGE="property" VALUE="Error.number"/>
- </OBJ>
- <OBJ IMAGE="property" VALUE="Function">
- <OBJ IMAGE="property" VALUE="Function.arguments"/>
- <OBJ IMAGE="property" VALUE="Function.caller"/>
- <OBJ IMAGE="property" VALUE="Function.constructor"/>
- <OBJ IMAGE="property" VALUE="Function.prototype"/>
- <OBJ IMAGE="method" VALUE="Function.toString"/>
- <OBJ IMAGE="method" VALUE="Function.valueOf"/>
- </OBJ>
- <OBJ IMAGE="property" VALUE="Global">
- <OBJ IMAGE="property" VALUE="Global.Infinity"/>
- <OBJ IMAGE="property" VALUE="Global.NaN"/>
- <OBJ IMAGE="method" VALUE="Global.escape"/>
- <OBJ IMAGE="method" VALUE="Global.eval"/>
- <OBJ IMAGE="method" VALUE="Global.isFinite"/>
- <OBJ IMAGE="method" VALUE="Global.isNaN"/>
- <OBJ IMAGE="method" VALUE="Global.parseFloat"/>
- <OBJ IMAGE="method" VALUE="Global.parseInt"/>
- <OBJ IMAGE="method" VALUE="Global.unescape"/>
- </OBJ>
- <OBJ IMAGE="property" VALUE="Math">
- <OBJ IMAGE="property" VALUE="Math.E"/>
- <OBJ IMAGE="property" VALUE="Math.LN2"/>
- <OBJ IMAGE="property" VALUE="Math.LN10"/>
- <OBJ IMAGE="property" VALUE="Math.LOG2E"/>
- <OBJ IMAGE="property" VALUE="Math.LOG10E"/>
- <OBJ IMAGE="property" VALUE="Math.PI"/>
- <OBJ IMAGE="property" VALUE="Math.SQRT1_2"/>
- <OBJ IMAGE="property" VALUE="Math.SQRT2"/>
- <OBJ IMAGE="method" VALUE="Math.abs"/>
- <OBJ IMAGE="method" VALUE="Math.acos"/>
- <OBJ IMAGE="method" VALUE="Math.asin"/>
- <OBJ IMAGE="method" VALUE="Math.atan"/>
- <OBJ IMAGE="method" VALUE="Math.atan2"/>
- <OBJ IMAGE="method" VALUE="Math.ceil"/>
- <OBJ IMAGE="method" VALUE="Math.cos"/>
- <OBJ IMAGE="method" VALUE="Math.exp"/>
- <OBJ IMAGE="method" VALUE="Math.floor"/>
- <OBJ IMAGE="method" VALUE="Math.log"/>
- <OBJ IMAGE="method" VALUE="Math.max"/>
- <OBJ IMAGE="method" VALUE="Math.min"/>
- <OBJ IMAGE="method" VALUE="Math.pow"/>
- <OBJ IMAGE="method" VALUE="Math.random"/>
- <OBJ IMAGE="method" VALUE="Math.round"/>
- <OBJ IMAGE="method" VALUE="Math.sin"/>
- <OBJ IMAGE="method" VALUE="Math.sqrt"/>
- <OBJ IMAGE="method" VALUE="Math.tan"/>
- </OBJ>
- <OBJ IMAGE="property" VALUE="Number">
- <OBJ IMAGE="property" VALUE="Number.constructor"/>
- <OBJ IMAGE="property" VALUE="Number.MAX_VALUE"/>
- <OBJ IMAGE="property" VALUE="Number.MIN_VALUE"/>
- <OBJ IMAGE="property" VALUE="Number.NaN"/>
- <OBJ IMAGE="property" VALUE="Number.NEGATIVE_INFINITY"/>
- <OBJ IMAGE="property" VALUE="Number.POSITIVE_INFINITY"/>
- <OBJ IMAGE="property" VALUE="Number.prototype"/>
- <OBJ IMAGE="method" VALUE="Number.toString"/>
- <OBJ IMAGE="method" VALUE="Number.valueOf"/>
- </OBJ>
- <OBJ IMAGE="property" VALUE="Object">
- <OBJ IMAGE="property" VALUE="Object.constructor"/>
- <OBJ IMAGE="property" VALUE="Object.prototype"/>
- <OBJ IMAGE="method" VALUE="Object.toString"/>
- <OBJ IMAGE="method" VALUE="Object.valueOf"/>
- </OBJ>
- <OBJ IMAGE="property" VALUE="String">
- <OBJ IMAGE="property" VALUE="String.constructor"/>
- <OBJ IMAGE="property" VALUE="String.length"/>
- <OBJ IMAGE="property" VALUE="String.prototype"/>
- <OBJ IMAGE="method" VALUE="String.anchor"/>
- <OBJ IMAGE="method" VALUE="String.big"/>
- <OBJ IMAGE="method" VALUE="String.blink"/>
- <OBJ IMAGE="method" VALUE="String.bold"/>
- <OBJ IMAGE="method" VALUE="String.charAt"/>
- <OBJ IMAGE="method" VALUE="String.charCodeAt"/>
- <OBJ IMAGE="method" VALUE="String.concat"/>
- <OBJ IMAGE="method" VALUE="String.fixed"/>
- <OBJ IMAGE="method" VALUE="String.fontcolor"/>
- <OBJ IMAGE="method" VALUE="String.fontsize"/>
- <OBJ IMAGE="method" VALUE="String.fromCharCode"/>
- <OBJ IMAGE="method" VALUE="String.indexOf"/>
- <OBJ IMAGE="method" VALUE="String.italics"/>
- <OBJ IMAGE="method" VALUE="String.lastIndexOf"/>
- <OBJ IMAGE="method" VALUE="String.link"/>
- <OBJ IMAGE="method" VALUE="String.match"/>
- <OBJ IMAGE="method" VALUE="String.replace"/>
- <OBJ IMAGE="method" VALUE="String.search"/>
- <OBJ IMAGE="method" VALUE="String.slice"/>
- <OBJ IMAGE="method" VALUE="String.small"/>
- <OBJ IMAGE="method" VALUE="String.split"/>
- <OBJ IMAGE="method" VALUE="String.strike"/>
- <OBJ IMAGE="method" VALUE="String.sub"/>
- <OBJ IMAGE="method" VALUE="String.substr"/>
- <OBJ IMAGE="method" VALUE="String.substring"/>
- <OBJ IMAGE="method" VALUE="String.sup"/>
- <OBJ IMAGE="method" VALUE="String.toLowerCase"/>
- <OBJ IMAGE="method" VALUE="String.toString"/>
- <OBJ IMAGE="method" VALUE="String.toUpperCase"/>
- <OBJ IMAGE="method" VALUE="String.valueOf"/>
- </OBJ>
- </OBJ>
-
- <OBJ IMAGE="bluebook" VALUE="DHTML Object Model" NOINSERT>
- <OBJ IMAGE="window" VALUE="window">
- <OBJ IMAGE="document" VALUE="document">
- <OBJ IMAGE="property" VALUE="document.activeElement"/>
- <OBJ IMAGE="property" VALUE="document.aLinkColor"/>
- <OBJ IMAGE="property" VALUE="document.bgColor"/>
- <OBJ IMAGE="property" VALUE="document.cookie"/>
- <OBJ IMAGE="property" VALUE="document.defaultCharset"/>
- <OBJ IMAGE="property" VALUE="document.designMode"/>
- <OBJ IMAGE="property" VALUE="document.documentElement"/>
- <OBJ IMAGE="property" VALUE="document.domain"/>
- <OBJ IMAGE="property" VALUE="document.expando"/>
- <OBJ IMAGE="property" VALUE="document.fgColor"/>
- <OBJ IMAGE="property" VALUE="document.fileCreatedDate"/>
- <OBJ IMAGE="property" VALUE="document.fileModifiedDate"/>
- <OBJ IMAGE="property" VALUE="document.fileSize"/>
- <OBJ IMAGE="property" VALUE="document.lastModified"/>
- <OBJ IMAGE="property" VALUE="document.linkColor"/>
- <OBJ IMAGE="property" VALUE="document.location">
- <OBJ IMAGE="property" VALUE="document.location.hash"/>
- <OBJ IMAGE="property" VALUE="document.location.host"/>
- <OBJ IMAGE="property" VALUE="document.location.hostname"/>
- <OBJ IMAGE="property" VALUE="document.location.href"/>
- <OBJ IMAGE="property" VALUE="document.location.pathname"/>
- <OBJ IMAGE="property" VALUE="document.location.port"/>
- <OBJ IMAGE="property" VALUE="document.location.protocol"/>
- <OBJ IMAGE="property" VALUE="document.location.search"/>
- <OBJ IMAGE="method" VALUE="document.location.assign"/>
- <OBJ IMAGE="method" VALUE="document.location.reload"/>
- <OBJ IMAGE="method" VALUE="document.location.replace"/>
- </OBJ>
- <OBJ IMAGE="property" VALUE="document.parentWindow"/>
- <OBJ IMAGE="property" VALUE="document.protocol"/>
- <OBJ IMAGE="property" VALUE="document.readyState"/>
- <OBJ IMAGE="property" VALUE="document.referrer"/>
- <OBJ IMAGE="property" VALUE="document.selection">
- <OBJ IMAGE="property" VALUE="document.selection.type"/>
- <OBJ IMAGE="method" VALUE="document.selection.clear"/>
- <OBJ IMAGE="method" VALUE="document.selection.createRange"/>
- <OBJ IMAGE="method" VALUE="document.selection.empty"/>
- </OBJ>
- <OBJ IMAGE="property" VALUE="document.title"/>
- <OBJ IMAGE="property" VALUE="document.uniqueID"/>
- <OBJ IMAGE="property" VALUE="document.URL"/>
- <OBJ IMAGE="property" VALUE="document.vlinkColor"/>
- <OBJ IMAGE="collection" VALUE="document.all">
- <OBJ IMAGE="property" VALUE="document.all.length"/>
- <OBJ IMAGE="method" VALUE="document.all.item"/>
- <OBJ IMAGE="method" VALUE="document.all.tags"/>
- <OBJ IMAGE="method" VALUE="document.all.urns"/>
- </OBJ>
- <OBJ IMAGE="collection" VALUE="document.anchors">
- <OBJ IMAGE="property" VALUE="document.anchors.length"/>
- <OBJ IMAGE="method" VALUE="document.anchors.item"/>
- <OBJ IMAGE="method" VALUE="document.anchors.tags"/>
- <OBJ IMAGE="method" VALUE="document.anchors.urns"/>
- </OBJ>
- <OBJ IMAGE="collection" VALUE="document.applets">
- <OBJ IMAGE="property" VALUE="document.applets.length"/>
- <OBJ IMAGE="method" VALUE="document.applets.item"/>
- <OBJ IMAGE="method" VALUE="document.applets.tags"/>
- <OBJ IMAGE="method" VALUE="document.applets.urns"/>
- </OBJ>
- <OBJ IMAGE="collection" VALUE="document.childNodes">
- <OBJ IMAGE="property" VALUE="document.childNodes.length"/>
- <OBJ IMAGE="method" VALUE="document.childNodes.item"/>
- <OBJ IMAGE="method" VALUE="document.childNodes.urns"/>
- </OBJ>
- <OBJ IMAGE="collection" VALUE="document.children">
- <OBJ IMAGE="property" VALUE="document.children.length"/>
- <OBJ IMAGE="method" VALUE="document.children.item"/>
- <OBJ IMAGE="method" VALUE="document.children.tags"/>
- <OBJ IMAGE="method" VALUE="document.children.urns"/>
- </OBJ>
- <OBJ IMAGE="collection" VALUE="document.embeds">
- <OBJ IMAGE="property" VALUE="document.embeds.length"/>
- <OBJ IMAGE="method" VALUE="document.embeds.item"/>
- <OBJ IMAGE="method" VALUE="document.embeds.tags"/>
- <OBJ IMAGE="method" VALUE="document.embeds.urns"/>
- </OBJ>
- <OBJ IMAGE="collection" VALUE="document.forms">
- <OBJ IMAGE="property" VALUE="document.all.length"/>
- <OBJ IMAGE="method" VALUE="document.all.item"/>
- <OBJ IMAGE="method" VALUE="document.all.tags"/>
- <OBJ IMAGE="method" VALUE="document.all.urns"/>
- </OBJ>
- <OBJ IMAGE="collection" VALUE="document.frames">
- <OBJ IMAGE="property" VALUE="document.frames.length"/>
- <OBJ IMAGE="method" VALUE="document.frames.item"/>
- </OBJ>
- <OBJ IMAGE="collection" VALUE="document.images">
- <OBJ IMAGE="property" VALUE="document.images.length"/>
- <OBJ IMAGE="method" VALUE="document.images.item"/>
- <OBJ IMAGE="method" VALUE="document.images.tags"/>
- <OBJ IMAGE="method" VALUE="document.images.urns"/>
- </OBJ>
- <OBJ IMAGE="collection" VALUE="document.links">
- <OBJ IMAGE="property" VALUE="document.links.length"/>
- <OBJ IMAGE="method" VALUE="document.links.item"/>
- <OBJ IMAGE="method" VALUE="document.links.tags"/>
- <OBJ IMAGE="method" VALUE="document.links.urns"/>
- </OBJ>
- <OBJ IMAGE="collection" VALUE="document.scripts">
- <OBJ IMAGE="property" VALUE="document.scripts.length"/>
- <OBJ IMAGE="method" VALUE="document.scripts.item"/>
- <OBJ IMAGE="method" VALUE="document.scripts.tags"/>
- <OBJ IMAGE="method" VALUE="document.scripts.urns"/>
- </OBJ>
- <OBJ IMAGE="collection" VALUE="document.styleSheets">
- <OBJ IMAGE="property" VALUE="document.styleSheets.length"/>
- <OBJ IMAGE="property" VALUE="document.styleSheets.styleSheet">
- <OBJ IMAGE="property" VALUE="document.styleSheets.styleSheet.disabled"/>
- <OBJ IMAGE="property" VALUE="document.styleSheets.styleSheet.id"/>
- <OBJ IMAGE="property" VALUE="document.styleSheets.styleSheet.owningElement"/>
- <OBJ IMAGE="property" VALUE="document.styleSheets.styleSheet.parentStyleSheet"/>
- <OBJ IMAGE="property" VALUE="document.styleSheets.styleSheet.readOnly"/>
- <OBJ IMAGE="property" VALUE="document.styleSheets.styleSheet.type"/>
- <OBJ IMAGE="collection" VALUE="document.styleSheets.styleSheet.imports">
- <OBJ IMAGE="property" VALUE="document.styleSheets.styleSheet.imports.length"/>
- <OBJ IMAGE="method" VALUE="document.styleSheets.styleSheet.imports.item"/>
- </OBJ>
- <OBJ IMAGE="collection" VALUE="document.styleSheets.styleSheet.rules">
- <OBJ IMAGE="property" VALUE="document.styleSheets.styleSheet.rules.length"/>
- <OBJ IMAGE="method" VALUE="document.styleSheets.styleSheet.rules.item"/>
- </OBJ>
- <OBJ IMAGE="method" VALUE="document.styleSheets.styleSheet.addImport"/>
- <OBJ IMAGE="method" VALUE="document.styleSheets.styleSheet.addRule"/>
- <OBJ IMAGE="method" VALUE="document.styleSheets.styleSheet.removeRule"/>
- </OBJ>
- <OBJ IMAGE="method" VALUE="document.styleSheets.item"/>
- <OBJ IMAGE="method" VALUE="document.styleSheets.urns"/>
- </OBJ>
- <OBJ IMAGE="method" VALUE="document.attachEvent"/>
- <OBJ IMAGE="method" VALUE="document.clear"/>
- <OBJ IMAGE="method" VALUE="document.clearAttributes"/>
- <OBJ IMAGE="method" VALUE="document.close"/>
- <OBJ IMAGE="method" VALUE="document.createElement"/>
- <OBJ IMAGE="method" VALUE="document.createStyleSheet"/>
- <OBJ IMAGE="method" VALUE="document.createTextNode"/>
- <OBJ IMAGE="method" VALUE="document.detachEvent"/>
- <OBJ IMAGE="method" VALUE="document.elementFromPoint"/>
- <OBJ IMAGE="method" VALUE="document.execCommand"/>
- <OBJ IMAGE="method" VALUE="document.getElementById"/>
- <OBJ IMAGE="method" VALUE="document.getElementsByName"/>
- <OBJ IMAGE="method" VALUE="document.getElementsByTagName"/>
- <OBJ IMAGE="method" VALUE="document.mergeAttributes"/>
- <OBJ IMAGE="method" VALUE="document.open"/>
- <OBJ IMAGE="method" VALUE="document.queryCommandEnabled"/>
- <OBJ IMAGE="method" VALUE="document.queryCommandIndeterm"/>
- <OBJ IMAGE="method" VALUE="document.queryCommandState"/>
- <OBJ IMAGE="method" VALUE="document.queryCommandSupported"/>
- <OBJ IMAGE="method" VALUE="document.queryCommandValue"/>
- <OBJ IMAGE="method" VALUE="document.recalc"/>
- <OBJ IMAGE="method" VALUE="document.releaseCapture"/>
- <OBJ IMAGE="method" VALUE="document.write"/>
- <OBJ IMAGE="method" VALUE="document.writeln"/>
- </OBJ>
- <OBJ IMAGE="property" VALUE="clientInformation">
- <OBJ IMAGE="property" VALUE="clientInformation.appCodeName"/>
- <OBJ IMAGE="property" VALUE="clientInformation.appMinorVersion"/>
- <OBJ IMAGE="property" VALUE="clientInformation.appName"/>
- <OBJ IMAGE="property" VALUE="clientInformation.appVersion"/>
- <OBJ IMAGE="property" VALUE="clientInformation.browserLanguage"/>
- <OBJ IMAGE="property" VALUE="clientInformation.connectionSpeed"/>
- <OBJ IMAGE="property" VALUE="clientInformation.cookieEnabled"/>
- <OBJ IMAGE="property" VALUE="clientInformation.cpuClass"/>
- <OBJ IMAGE="property" VALUE="clientInformation.onLine"/>
- <OBJ IMAGE="property" VALUE="clientInformation.platform"/>
- <OBJ IMAGE="property" VALUE="clientInformation.systemLanguage"/>
- <OBJ IMAGE="property" VALUE="clientInformation.userAgent"/>
- <OBJ IMAGE="property" VALUE="clientInformation.userLanguage"/>
- <OBJ IMAGE="property" VALUE="clientInformation.userProfile">
- <OBJ IMAGE="method" VALUE="clientInformation.userProfile.addReadRequest"/>
- <OBJ IMAGE="method" VALUE="clientInformation.userProfile.clearRequest"/>
- <OBJ IMAGE="method" VALUE="clientInformation.userProfile.doReadRequest"/>
- <OBJ IMAGE="method" VALUE="clientInformation.userProfile.getAttribute"/>
- </OBJ>
- <OBJ IMAGE="collection" VALUE="clientInformation.mimeTypes"/>
- <OBJ IMAGE="collection" VALUE="clientInformation.plugins"/>
- <OBJ IMAGE="method" VALUE="clientInformation.javaEnabled"/>
- <OBJ IMAGE="method" VALUE="clientInformation.taintEnabled"/>
- </OBJ>
- <OBJ IMAGE="property" VALUE="window.clipboardData">
- <OBJ IMAGE="method" VALUE="window.clipboardData.clearData"/>
- <OBJ IMAGE="method" VALUE="window.clipboardData.getData"/>
- <OBJ IMAGE="method" VALUE="window.clipboardData.setData"/>
- </OBJ>
- <OBJ IMAGE="property" VALUE="window.closed"/>
- <OBJ IMAGE="property" VALUE="window.defaultStatus"/>
- <OBJ IMAGE="property" VALUE="window.dialogArguments"/>
- <OBJ IMAGE="property" VALUE="window.dialogHeight"/>
- <OBJ IMAGE="property" VALUE="window.dialogLeft"/>
- <OBJ IMAGE="property" VALUE="window.dialogTop"/>
- <OBJ IMAGE="property" VALUE="window.dialogWidth"/>
- <OBJ IMAGE="property" VALUE="window.event">
- <OBJ IMAGE="property" VALUE="window.event.altKey"/>
- <OBJ IMAGE="property" VALUE="window.event.button"/>
- <OBJ IMAGE="property" VALUE="window.event.cancelBubble"/>
- <OBJ IMAGE="property" VALUE="window.event.clientX"/>
- <OBJ IMAGE="property" VALUE="window.event.clientY"/>
- <OBJ IMAGE="property" VALUE="window.event.ctrlKey"/>
- <OBJ IMAGE="property" VALUE="window.event.dataFld"/>
- <OBJ IMAGE="property" VALUE="window.event.dataTransfer">
- <OBJ IMAGE="property" VALUE="window.event.dataTransfer.dropEffect"/>
- <OBJ IMAGE="property" VALUE="window.event.dataTransfer.effectAllowed"/>
- <OBJ IMAGE="method" VALUE="window.event.dataTransfer.clearData"/>
- <OBJ IMAGE="method" VALUE="window.event.dataTransfer.getData"/>
- <OBJ IMAGE="method" VALUE="window.event.dataTransfer.setData"/>
- </OBJ>
- <OBJ IMAGE="property" VALUE="window.event.fromElement"/>
- <OBJ IMAGE="property" VALUE="window.event.keyCode"/>
- <OBJ IMAGE="property" VALUE="window.event.offsetX"/>
- <OBJ IMAGE="property" VALUE="window.event.offsetY"/>
- <OBJ IMAGE="property" VALUE="window.event.propertyName"/>
- <OBJ IMAGE="property" VALUE="window.event.qualifier"/>
- <OBJ IMAGE="property" VALUE="window.event.reason"/>
- <OBJ IMAGE="property" VALUE="window.event.recordset"/>
- <OBJ IMAGE="property" VALUE="window.event.repeat"/>
- <OBJ IMAGE="property" VALUE="window.event.returnValue"/>
- <OBJ IMAGE="property" VALUE="window.event.screenX"/>
- <OBJ IMAGE="property" VALUE="window.event.screenY"/>
- <OBJ IMAGE="property" VALUE="window.event.shiftKey"/>
- <OBJ IMAGE="property" VALUE="window.event.srcElement"/>
- <OBJ IMAGE="property" VALUE="window.event.srcFilter"/>
- <OBJ IMAGE="property" VALUE="window.event.srcUrn"/>
- <OBJ IMAGE="property" VALUE="window.event.toElement"/>
- <OBJ IMAGE="property" VALUE="window.event.type"/>
- <OBJ IMAGE="property" VALUE="window.event.x"/>
- <OBJ IMAGE="property" VALUE="window.event.y"/>
- </OBJ>
- <OBJ IMAGE="property" VALUE="window.external">
- <OBJ IMAGE="property" VALUE="window.external.menuArguments"/>
- <OBJ IMAGE="method" VALUE="window.external.AddChannel"/>
- <OBJ IMAGE="method" VALUE="window.external.AddDesktopComponent"/>
- <OBJ IMAGE="method" VALUE="window.external.AddFavorite"/>
- <OBJ IMAGE="method" VALUE="window.external.AutoCompleteSaveForm"/>
- <OBJ IMAGE="method" VALUE="window.external.AutoScan"/>
- <OBJ IMAGE="method" VALUE="window.external.ImportExportFavorites"/>
- <OBJ IMAGE="method" VALUE="window.external.IsSubscribed"/>
- <OBJ IMAGE="method" VALUE="window.external.NavigateAndFind"/>
- <OBJ IMAGE="method" VALUE="window.external.ShowBrowserUI"/>
- </OBJ>
- <OBJ IMAGE="property" VALUE="window.history">
- <OBJ IMAGE="property" VALUE="history.length"/>
- <OBJ IMAGE="method" VALUE="history.back"/>
- <OBJ IMAGE="method" VALUE="history.forward"/>
- <OBJ IMAGE="method" VALUE="history.go"/>
- </OBJ>
- <OBJ IMAGE="property" VALUE="window.length"/>
- <OBJ IMAGE="property" VALUE="window.location">
- <OBJ IMAGE="property" VALUE="window.location.hash"/>
- <OBJ IMAGE="property" VALUE="window.location.host"/>
- <OBJ IMAGE="property" VALUE="window.location.hostname"/>
- <OBJ IMAGE="property" VALUE="window.location.href"/>
- <OBJ IMAGE="property" VALUE="window.location.pathname"/>
- <OBJ IMAGE="property" VALUE="window.location.port"/>
- <OBJ IMAGE="property" VALUE="window.location.protocol"/>
- <OBJ IMAGE="property" VALUE="window.location.search"/>
- <OBJ IMAGE="method" VALUE="window.location.assign"/>
- <OBJ IMAGE="method" VALUE="window.location.reload"/>
- <OBJ IMAGE="method" VALUE="window.location.replace"/>
- </OBJ>
- <OBJ IMAGE="property" VALUE="window.name"/>
- <OBJ IMAGE="property" VALUE="navigator">
- <OBJ IMAGE="property" VALUE="navigator.appCodeName"/>
- <OBJ IMAGE="property" VALUE="navigator.appMinorVersion"/>
- <OBJ IMAGE="property" VALUE="navigator.appName"/>
- <OBJ IMAGE="property" VALUE="navigator.appVersion"/>
- <OBJ IMAGE="property" VALUE="navigator.browserLanguage"/>
- <OBJ IMAGE="property" VALUE="navigator.connectionSpeed"/>
- <OBJ IMAGE="property" VALUE="navigator.cookieEnabled"/>
- <OBJ IMAGE="property" VALUE="navigator.cpuClass"/>
- <OBJ IMAGE="property" VALUE="navigator.onLine"/>
- <OBJ IMAGE="property" VALUE="navigator.platform"/>
- <OBJ IMAGE="property" VALUE="navigator.systemLanguage"/>
- <OBJ IMAGE="property" VALUE="navigator.userAgent"/>
- <OBJ IMAGE="property" VALUE="navigator.userLanguage"/>
- <OBJ IMAGE="property" VALUE="navigator.userProfile">
- <OBJ IMAGE="method" VALUE="navigator.userProfile.addReadRequest"/>
- <OBJ IMAGE="method" VALUE="navigator.userProfile.clearRequest"/>
- <OBJ IMAGE="method" VALUE="navigator.userProfile.doReadRequest"/>
- <OBJ IMAGE="method" VALUE="navigator.userProfile.getAttribute"/>
- </OBJ>
- <OBJ IMAGE="collection" VALUE="navigator.mimeTypes"/>
- <OBJ IMAGE="collection" VALUE="navigator.plugins"/>
- <OBJ IMAGE="method" VALUE="navigator.javaEnabled"/>
- <OBJ IMAGE="method" VALUE="navigator.taintEnabled"/>
- </OBJ>
- <OBJ IMAGE="property" VALUE="window.offscreenBuffering"/>
- <OBJ IMAGE="property" VALUE="window.opener"/>
- <OBJ IMAGE="property" VALUE="window.parent"/>
- <OBJ IMAGE="property" VALUE="window.returnValue"/>
- <OBJ IMAGE="property" VALUE="window.screen">
- <OBJ IMAGE="property" VALUE="window.screen.availHeight"/>
- <OBJ IMAGE="property" VALUE="window.screen.availWidth"/>
- <OBJ IMAGE="property" VALUE="window.screen.bufferDepth"/>
- <OBJ IMAGE="property" VALUE="window.screen.colorDepth"/>
- <OBJ IMAGE="property" VALUE="window.screen.fontSmoothingEnabled"/>
- <OBJ IMAGE="property" VALUE="window.screen.height"/>
- <OBJ IMAGE="property" VALUE="window.screen.updateInterval"/>
- <OBJ IMAGE="property" VALUE="window.screen.width"/>
- </OBJ>
- <OBJ IMAGE="property" VALUE="window.screenLeft"/>
- <OBJ IMAGE="property" VALUE="window.screenTop"/>
- <OBJ IMAGE="property" VALUE="window.self"/>
- <OBJ IMAGE="property" VALUE="window.status"/>
- <OBJ IMAGE="property" VALUE="window.top"/>
- <OBJ IMAGE="collection" VALUE="window.frames">
- <OBJ IMAGE="property" VALUE="window.frames.length"/>
- <OBJ IMAGE="method" VALUE="window.frames.item"/>
- </OBJ>
- <OBJ IMAGE="method" VALUE="window.alert"/>
- <OBJ IMAGE="method" VALUE="window.attachEvent"/>
- <OBJ IMAGE="method" VALUE="window.blur"/>
- <OBJ IMAGE="method" VALUE="window.clearInterval"/>
- <OBJ IMAGE="method" VALUE="window.clearTimeout"/>
- <OBJ IMAGE="method" VALUE="window.close"/>
- <OBJ IMAGE="method" VALUE="window.confirm"/>
- <OBJ IMAGE="method" VALUE="window.detachEvent"/>
- <OBJ IMAGE="method" VALUE="window.execScript"/>
- <OBJ IMAGE="method" VALUE="window.focus"/>
- <OBJ IMAGE="method" VALUE="window.moveBy"/>
- <OBJ IMAGE="method" VALUE="window.moveTo"/>
- <OBJ IMAGE="method" VALUE="window.navigate"/>
- <OBJ IMAGE="method" VALUE="window.open"/>
- <OBJ IMAGE="method" VALUE="window.print"/>
- <OBJ IMAGE="method" VALUE="window.prompt"/>
- <OBJ IMAGE="method" VALUE="window.resizeBy"/>
- <OBJ IMAGE="method" VALUE="window.resizeTo"/>
- <OBJ IMAGE="method" VALUE="window.scroll"/>
- <OBJ IMAGE="method" VALUE="window.scrollBy"/>
- <OBJ IMAGE="method" VALUE="window.scrollTo"/>
- <OBJ IMAGE="method" VALUE="window.setInterval"/>
- <OBJ IMAGE="method" VALUE="window.setTimeout"/>
- <OBJ IMAGE="method" VALUE="window.showHelp"/>
- <OBJ IMAGE="method" VALUE="window.showModalDialog"/>
- <OBJ IMAGE="method" VALUE="window.showModelessDialog"/>
- </OBJ>
- </OBJ>
-